home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 October / DPPCPRO1005.ISO / Download / Web Developer / webdeveloper.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / disable_default_styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-03-21  |  367 b   |  26 lines

  1. blockquote, body, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, table, td, th, ul
  2. {
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. body, h1, h2, h3, h4, h5, h6, li, ol, p, ul
  8. {
  9.     font-size: 1em;
  10.     line-height: 1.0;
  11. }
  12.  
  13. em
  14. {
  15.     font-style: normal;
  16. }
  17.  
  18. ol, ul
  19. {
  20.     list-style: none;
  21. }
  22.  
  23. strong, th
  24. {
  25.     font-weight: normal;
  26. }